var crypto/tls.hasAESGCMHardwareSupport
5 uses
crypto/tls (current package)
cipher_suites.go#L376: hasAESGCMHardwareSupport = hasGCMAsmAMD64 || hasGCMAsmARM64 || hasGCMAsmS390X || hasGCMAsmPPC64
handshake_client.go#L98: if !hasAESGCMHardwareSupport {
handshake_client.go#L149: } else if hasAESGCMHardwareSupport {
handshake_server.go#L377: if !hasAESGCMHardwareSupport || !aesgcmPreferred(hs.clientHello.cipherSuites) {
handshake_server_tls13.go#L179: if !hasAESGCMHardwareSupport || !aesgcmPreferred(hs.clientHello.cipherSuites) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)